home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / invest.dir / 00013_Script_Initialization event < prev    next >
Text File  |  1997-05-26  |  185b  |  9 lines

  1. --s xtFrm mInit(script "Inv Lens Obj")
  2. global gInvLensObj, gActiveInvObj
  3.  
  4. on exitFrame
  5.   
  6.   set gInvLensObj = mInit(script "Inv Lens Obj")
  7.   set gActiveInvObj = gInvLensObj
  8. end
  9.